home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / AIFF DSP v22 / plugin_src / card.h < prev    next >
Text File  |  1995-01-30  |  87b  |  6 lines

  1. void post_process( FILE *peakfil );
  2. typedef struct {
  3.    long pos;
  4.    char val;
  5. } pkpt;
  6.